home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Events / Event Classes / High Level Events / HighLevelEvent.cp next >
Text File  |  1997-06-28  |  208b  |  14 lines

  1. // HighLevelEvent.cp
  2.  
  3. #ifndef HighLevelEvent_h
  4. #include "HighLevelEvent.h"
  5. #endif
  6. #ifndef UserState_h
  7. #include "UserState.h"
  8. #endif
  9.  
  10. void HighLevelEvent::Respond() const
  11.   {
  12.     UserState::The().Announce();
  13.   }
  14.